View on GitHub
View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / Dispatcher / WaitFor(Store) Method

Waits for the provided store to complete.

This is a public method.

public void WaitFor(Store store)

Parameters

Exceptions

Remarks

The method only blocks if the referred store is registered and has not yet been executed.

See Also